const runtime.funcID_wrapper

5 uses

	runtime (current package)
		symtab.go#L202: 		if inltree[ix].funcID == funcID_wrapper && elideWrapperCalling(lastFuncID) {
		symtab.go#L365: 	funcID_wrapper // any autogenerated code (hash/eq algorithms, method wrappers, etc.)
		traceback.go#L364: 					if inltree[ix].funcID == funcID_wrapper && elideWrapperCalling(lastFuncID) {
		traceback.go#L379: 			if f.funcID == funcID_wrapper && elideWrapperCalling(lastFuncID) {
		traceback.go#L938: 	if funcID == funcID_wrapper && elideWrapperCalling(childID) {